National Repository of Grey Literature 38 records found  1 - 10nextend  jump to record: Search took 0.00 seconds. 
Simulation of Fluid Circulation Using Modern Computational Methods
Palček, Peter ; Chudý, Peter (referee) ; Sehnalová, Pavla (advisor)
In this bachelor's thesis a model problem of a fluid flow simulation is solved using TKSL system. The thesis describes the equations defining the fluid flow, their transformation into the form suitable for solution, their calculation using the basic schemes of finite difference method in TKSL system and comparation of this solution with one using explicit MacCormack method.
A posteriori error estimation method for partial differential equations solution
Valenta, Václav ; Horová, Ivana (referee) ; Vala, Jiří (referee) ; Kunovský, Jiří (advisor)
This thesis deals with gradient calculation in triangulation nodes using weighted average of gradients of neighboring elements. This gradient is then used for a posteriori error estimation which produce better solution of partial differential equations. This work presents two common methods - Finite elements method and Finite difference method.
Physically-based Modeling and Simulation
Dvořák, Radim ; Racek, Stanislav (referee) ; Šujanský,, Milan (referee) ; Zbořil, František (advisor)
Disertační práce se zabývá modelováním znečištění ovzduší, jeho transportních a disperzních procesů ve spodní části atmosféry a zejména numerickými metodami, které slouží k řešení těchto modelů. Modelování znečištění ovzduší je velmi důležité pro předpověď kontaminace a pomáhá porozumět samotnému procesu a eliminaci následků. Hlavním tématem práce jsou metody pro řešení modelů popsaných parciálními diferenciálními rovnicemi, přesněji advekčně-difúzní rovnicí. Polovina práce je zaměřena na známou metodu přímek a je zde ukázáno, že tato metoda je vhodná k řešení určitých konkrétních problémů. Dále bylo navrženo a otestováno řešení paralelizace metody přímek, jež ukazuje, že metoda má velký potenciál pro akceleraci na současných grafických kartách a tím pádem i zvětšení přesnosti výpočtu. Druhá polovina práce se zabývá poměrně mladou metodou ELLAM a její aplikací pro řešení atmosférických advekčně-difúzních rovnic. Byla otestována konkrétní forma metody ELLAM společně s navrženými adaptacemi. Z výsledků je zřejmé, že v mnoha případech ELLAM překonává současné používané metody.
Time discretization method of solving PDE
Myška, Michal ; Zatočilová, Jitka (referee) ; Nechvátal, Luděk (advisor)
This thesis deals with solving evulution partial differential equations by the time discretization method. It originates form the Rothe's method (methond of lines). The thesis is divided into three parts. The first one shows principle of the method. The second part focuses on teoretical aspects, in particular, on existence and convergence theorem along with an error estimate. Some function analysis tools are presented here as well. In the last part, a MATLAB code is listed.
Modelling of bioelectronic devices
Truksa, Jan ; Vala, Martin (referee) ; Salyk, Ota (advisor)
Tématem této práce je počítačové modelování organického elektrochemického tranzistoru (OECT). Pro vytvoření modelu bylo třeba vypočítat rozložení elektrického pole a koncentrace iontů elektrolytu. Výpočet byl proveden numericky pomocí metody konečných prvků. Bylo vypočítáno rozložení elektrického potenciálu na povrchu kanálu OECT, dále byly vypočítány změny vodivosti a výstupní proud OECT. Výpočty byly provedeny na osobním počítači pomocí komerčního softwaru COMSOL Multiphysics. Kvůli nedostatečnému výpočetnímu výkonu musel být model rozdělen na části a drasticky zjednodušen. Prezentované výsledky se liší od literatury, protože se nepodařilo správně modelovat saturaci tranzistoru. Odchylky od reálného chování OECT jsou pravděpodobně způsobeny zjednodušením modelu.
Mathematical Model of Membrane Distillation
Hvožďa, Jiří ; Komínek, Jan (referee) ; Kůdelová, Tereza (advisor)
Diplomová práce se zabývá membránovou destilací, především z matematické perspektivy. Jedná se o tepelně poháněný separační proces, ve kterém se pro rozdělení kapalné a plynné fáze používá porézní membrána. Kapalina se vypařuje a její plynná fáze prochází přes póry v membráně. Během tohoto procesu dochází k tepelné i látkové výměně, které jsou popsány systémem parciálních diferenciálnich rovnic. Další model je založen na analogii s elektrickými obvody, zákonu zachování energie, hmotnostní bilanci a empirických vztazích. Je ověřen s experimentálně naměřenými daty z nové alternativní destilační jednotky používající membránu a kondenzátor z polymerních dutých vláken. Výkon a účinnost jednotky jsou vyhodnoceny. Další možná vylepšení jsou navržena.
Adaptive Methods for Elliptic Partial Differential Equations Solution
Humená, Patrícia ; Kunovský, Jiří (referee) ; Valenta, Václav (advisor)
The objective of this project is to get familiar with the numerical solution of partial differential equations. This solution will be implemented by using a grid refinement based on the aposteriory error estimation.
Image Inpainting Methods
Kovacs, Jan ; Špiřík, Jan (referee) ; Průša, Zdeněk (advisor)
This thesis deals with an overview of modern Image Inpainting Methods. There are several best-known methods selected and described in the theoretical part of this work. Each of the selected methods is described and evaluated according to the informations available in literature. Among the methods that were selected and subsequently described in this work are Image Inpainting, Fragment-Based Image Completion, Exemplar-Based Image Inpainting, Gradient-Based Image Completion by Solving Poisson Equation and Inpainting by Flexible Haar-Wavelet Shrinkage. The MATLAB implementation of the Framelet-Based Image Inpainting algorithm forms practical part of the thesis. The Framelet transform was created for the purposes of the algorithm. The user interaction provides GUI, which was also implemented in MATLAB. The GUI allows setting input images, algorithm parameters and interaction with the output. The user is always informed about the current state of the computation, and the current result of image completion is shown to him. Moreover, it was created a tool that allows the user to define the areas to be supplemented, using the mouse. Finally, the algorithm performance is evaluated and compared using both Framelet and Contourlet transform.
Analysis of Methods of Differences for Partial Differential Equations Solving
Zpěváková, Jana ; Zbořil, František (referee) ; Šátek, Václav (advisor)
In this thesis, we discuss the numerical solution of ordinary differential equation and numerical methods of solving partial differential equations. We propose and implement an application, that converts partial differential hyperbolic equation to a set of ordinary differential equations using finite difference method. After that, the system of equations is solved using the Taylor method programmed in Matlab environment. Finally, we compare the time complexity of proposed solution with parallel numerical computation.
Partial Differential Equations Parallel Solutions
Nečasová, Gabriela ; Šátek, Václav (referee) ; Kunovský, Jiří (advisor)
This thesis deals with the topic of partial differential equations parallel solutions. First, it focuses on ordinary differential equations (ODE) and their solution methods using Taylor polynomial. Another part is devoted to partial differential equations (PDE). There are several types of PDE, there are parabolic, hyperbolic and eliptic PDE. There is also explained how to use TKSL system for PDE computing. Another part focuses on solution methods of PDE, these methods are forward, backward and combined methods. There was explained, how to solve these methods in TKSL and Matlab systems. Computing accuracy and time complexity are also discussed. Another part of thesis is PDE parallel solutions. Thanks to the possibility of PDE convertion to ODE systems it is possible to represent each ODE equation by independent operation unit. These units enable parallel computing. The last chapter is devoted to implementation. Application enables generation of ODE systems for TKSL system. These ODE systems represent given hyperbolic PDE.

National Repository of Grey Literature : 38 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.